From: Stefan Monnier Date: Fri, 27 Nov 2009 04:24:47 +0000 (+0000) Subject: (describe-bindings-internal): Remove `interactive'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~9218 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a75af5df6e3b637b94fa3c936a5d226b265843c3;p=emacs.git (describe-bindings-internal): Remove `interactive'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9ad26342746..ef98cf4e5c0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-11-27 Stefan Monnier + * help.el (describe-bindings-internal): Remove `interactive'. + * man.el (Man-completion-table): Trim a terminating "(". Remove the space between name page a section. Add the command's description on the `help-echo' property. diff --git a/lisp/help.el b/lisp/help.el index dfa097ca54e..979a560ce0a 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -508,7 +508,6 @@ The optional argument MENUS, if non-nil, says to mention menu bindings. \(Ordinarily these are omitted from the output.) The optional argument PREFIX, if non-nil, should be a key sequence; then we display only bindings that start with that prefix." - (interactive) (let ((buf (current-buffer))) (with-help-window "*Help*" (with-current-buffer standard-output